Merged
Conversation
| Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
Member
|
/azp run |
Contributor
|
Azure Pipelines successfully started running 3 pipeline(s). |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request adds a new Az.DurableTask PowerShell module for managing the Azure Durable Task Scheduler service. This is the first preview release (version 0.1.0) featuring auto-generated cmdlets via AutoRest for managing schedulers and task hubs.
Key changes:
- New module structure with 7 cmdlets (Get, New, Remove, Update operations)
- AutoRest-based code generation with proper configuration
- Complete help documentation and examples
- Test scaffolding with Pester framework
Reviewed Changes
Copilot reviewed 53 out of 53 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tools/CreateMappings_rules.json | Registers DurableTask module mapping |
| src/DurableTask/DurableTask/Az.DurableTask.psd1 | Main module manifest with metadata and exports |
| src/DurableTask/DurableTask/ChangeLog.md | Release notes for version 0.1.0 |
| src/DurableTask/DurableTask/help/*.md | User-facing cmdlet help documentation |
| src/DurableTask/DurableTask.Autorest/README.md | AutoRest configuration with commit hash and directives |
| src/DurableTask/DurableTask.Autorest/test/*.ps1 | Pester test scaffolding files |
| src/DurableTask/DurableTask.Autorest/examples/*.md | Example documentation for cmdlets |
| src/DurableTask/DurableTask.Autorest/docs/*.md | Generated documentation files |
| src/DurableTask/DurableTask.sln | Visual Studio solution file |
| src/DurableTask/DurableTask.Autorest/custom/* | Custom cmdlet infrastructure files |
| src/DurableTask/DurableTask.Autorest/UX/*.json | Azure portal UX integration metadata |
Member
|
/azp run |
Contributor
|
Azure Pipelines successfully started running 3 pipeline(s). |
Member
|
/azp run |
Contributor
|
Azure Pipelines successfully started running 3 pipeline(s). |
Member
|
@AnatoliB This looks really good! Can you also write some basic CRUD tests? (at least for the most used cmdlets) |
Contributor
Author
@notyashhh Thank you, added tests. |
Member
|
/azp run |
Contributor
|
Azure Pipelines will not run the associated pipelines, because the pull request was updated after the run command was issued. Review the pull request again and issue a new run command. |
Member
|
/azp run |
Contributor
|
Azure Pipelines will not run the associated pipelines, because the pull request was updated after the run command was issued. Review the pull request again and issue a new run command. |
Member
|
/azp run |
Contributor
|
Azure Pipelines successfully started running 3 pipeline(s). |
VeryEarly
approved these changes
Nov 21, 2025
4 tasks
tundwed
pushed a commit
to tundwed/azure-powershell
that referenced
this pull request
Dec 8, 2025
- Remove detailed version description per PR Azure#28871 guidance - Follow standard first release format used by other modules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add Az.DurableTask module for managing the Durable Task Scheduler service.
Auto-generated cmdlets only.
Design review request: https://github.com/Azure/azure-powershell-cmdlet-review-pr/issues/1530
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.mdand reviewed the following information:ChangeLog.mdfile(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.## Upcoming Releaseheader in the past tense.ChangeLog.mdif no new release is required, such as fixing test case only.